os.File.checkValid (method)
21 uses
os (current package)
file.go#L121: if err := f.checkValid("read"); err != nil {
file.go#L133: if err := f.checkValid("read"); err != nil {
file.go#L156: if err := f.checkValid("write"); err != nil {
file.go#L192: if err := f.checkValid("write"); err != nil {
file.go#L220: if err := f.checkValid("write"); err != nil {
file.go#L246: if err := f.checkValid("read"); err != nil {
file.go#L284: if err := f.checkValid("seek"); err != nil {
file.go#L668: if err := f.checkValid("SyscallConn"); err != nil {
file_posix.go#L89: if err := f.checkValid("chmod"); err != nil {
file_posix.go#L137: if err := f.checkValid("chown"); err != nil {
file_posix.go#L150: if err := f.checkValid("truncate"); err != nil {
file_posix.go#L163: if err := f.checkValid("sync"); err != nil {
file_posix.go#L200: if err := f.checkValid("chdir"); err != nil {
file_posix.go#L211: if err := f.checkValid("SetDeadline"); err != nil {
file_posix.go#L219: if err := f.checkValid("SetReadDeadline"); err != nil {
file_posix.go#L227: if err := f.checkValid("SetWriteDeadline"); err != nil {
file_posix.go#L235: func (f *File) checkValid(op string) error {
rawconn.go#L19: if err := c.file.checkValid("SyscallConn.Control"); err != nil {
rawconn.go#L28: if err := c.file.checkValid("SyscallConn.Read"); err != nil {
rawconn.go#L37: if err := c.file.checkValid("SyscallConn.Write"); err != nil {
zero_copy_linux.go#L117: if src.checkValid("ReadFrom") != nil {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |